• frmCourseFeePaymentRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmCourseFeePaymentRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCourseFeePaymentRecord))
31         Me.Panel2 = New System.Windows.Forms.Panel()
32         Me.Label1 = New System.Windows.Forms.Label()
33         Me.dgw = New System.Windows.Forms.DataGridView()
34         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
35         Me.txtStudentName = New System.Windows.Forms.TextBox()
36         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
37         Me.Button1 = New System.Windows.Forms.Button()
38         Me.Label2 = New System.Windows.Forms.Label()
39         Me.Label4 = New System.Windows.Forms.Label()
40         Me.cmbClass = New System.Windows.Forms.ComboBox()
41         Me.cmbSession = New System.Windows.Forms.ComboBox()
42         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
43         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
44         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
45         Me.Button2 = New System.Windows.Forms.Button()
46         Me.Label5 = New System.Windows.Forms.Label()
47         Me.Label6 = New System.Windows.Forms.Label()
48         Me.Panel3 = New System.Windows.Forms.Panel()
49         Me.Button3 = New System.Windows.Forms.Button()
50         Me.Button4 = New System.Windows.Forms.Button()
51         Me.btnReset = New System.Windows.Forms.Button()
52         Me.Panel1 = New System.Windows.Forms.Panel()
53         Me.lblSet = New System.Windows.Forms.Label()
54         Me.GroupBox5 = New System.Windows.Forms.GroupBox()
55         Me.txtAdmissionNo = New System.Windows.Forms.TextBox()
56         Me.Panel2.SuspendLayout()
57         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
58         Me.GroupBox3.SuspendLayout()
59         Me.GroupBox4.SuspendLayout()
60         Me.GroupBox1.SuspendLayout()
61         Me.Panel3.SuspendLayout()
62         Me.Panel1.SuspendLayout()
63         Me.GroupBox5.SuspendLayout()
64         Me.SuspendLayout()
65         
'
66         
'Panel2
67         
'
68         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
69         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
70         Me.Panel2.Controls.Add(Me.Label1)
71         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
72         Me.Panel2.Name =
"Panel2"
73         Me.Panel2.Size = New System.Drawing.Size(
1001, 62)
74         Me.Panel2.TabIndex =
0
75         
'
76         
'Label1
77         
'
78         Me.Label1.AutoSize = True
79         Me.Label1.BackColor = System.Drawing.Color.Transparent
80         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
81         Me.Label1.ForeColor = System.Drawing.Color.White
82         Me.Label1.Location = New System.Drawing.Point(
373, 20)
83         Me.Label1.Name =
"Label1"
84         Me.Label1.Size = New System.Drawing.Size(
249, 24)
85         Me.Label1.TabIndex =
0
86         Me.Label1.Text =
"List of Class Fee Payment"
87         
'
88         
'dgw
89         
'
90         Me.dgw.AllowUserToAddRows = False
91         Me.dgw.AllowUserToDeleteRows = False
92         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
93         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
94         Me.dgw.BackgroundColor = System.Drawing.Color.White
95         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
96         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
97         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
98         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
99         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
100         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
101         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
102         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
103         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
104         Me.dgw.ColumnHeadersHeight =
30
105         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
106         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
107         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
108         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
109         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
110         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
111         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
112         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
113         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
114         Me.dgw.EnableHeadersVisualStyles = False
115         Me.dgw.GridColor = System.Drawing.Color.White
116         Me.dgw.Location = New System.Drawing.Point(
9, 257)
117         Me.dgw.MultiSelect = False
118         Me.dgw.Name =
"dgw"
119         Me.dgw.ReadOnly = True
120         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
121         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
122         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
123         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
124         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
125         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
126         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
127         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
128         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
129         Me.dgw.RowHeadersWidth =
25
130         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
131         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
132         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
133         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
134         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
135         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
136         Me.dgw.RowTemplate.Height =
18
137         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
138         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
139         Me.dgw.Size = New System.Drawing.Size(
1001, 370)
140         Me.dgw.TabIndex =
1
141         
'
142         
'GroupBox3
143         
'
144         Me.GroupBox3.Controls.Add(Me.txtStudentName)
145         Me.GroupBox3.Location = New System.Drawing.Point(
7, 75)
146         Me.GroupBox3.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
147         Me.GroupBox3.Name =
"GroupBox3"
148         Me.GroupBox3.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
149         Me.GroupBox3.Size = New System.Drawing.Size(
185, 79)
150         Me.GroupBox3.TabIndex =
37
151         Me.GroupBox3.TabStop = False
152         Me.GroupBox3.Text =
"By Student Name"
153         
'
154         
'txtStudentName
155         
'
156         Me.txtStudentName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
157         Me.txtStudentName.Location = New System.Drawing.Point(
27, 37)
158         Me.txtStudentName.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
159         Me.txtStudentName.Name =
"txtStudentName"
160         Me.txtStudentName.Size = New System.Drawing.Size(
138, 21)
161         Me.txtStudentName.TabIndex =
0
162         
'
163         
'GroupBox4
164         
'
165         Me.GroupBox4.Controls.Add(Me.Button1)
166         Me.GroupBox4.Controls.Add(Me.Label2)
167         Me.GroupBox4.Controls.Add(Me.Label4)
168         Me.GroupBox4.Controls.Add(Me.cmbClass)
169         Me.GroupBox4.Controls.Add(Me.cmbSession)
170         Me.GroupBox4.Location = New System.Drawing.Point(
198, 75)
171         Me.GroupBox4.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
172         Me.GroupBox4.Name =
"GroupBox4"
173         Me.GroupBox4.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
174         Me.GroupBox4.Size = New System.Drawing.Size(
335, 79)
175         Me.GroupBox4.TabIndex =
38
176         Me.GroupBox4.TabStop = False
177         
'
178         
'Button1
179         
'
180         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
181         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
182         Me.Button1.Location = New System.Drawing.Point(
258, 38)
183         Me.Button1.Name =
"Button1"
184         Me.Button1.Size = New System.Drawing.Size(
69, 24)
185         Me.Button1.TabIndex =
3
186         Me.Button1.Text =
"&Search"
187         Me.Button1.UseVisualStyleBackColor = True
188         
'
189         
'Label2
190         
'
191         Me.Label2.AutoSize = True
192         Me.Label2.Location = New System.Drawing.Point(
152, 17)
193         Me.Label2.Name =
"Label2"
194         Me.Label2.Size = New System.Drawing.Size(
38, 13)
195         Me.Label2.TabIndex =
34
196         Me.Label2.Text =
"Class :"
197         
'
198         
'Label4
199         
'
200         Me.Label4.AutoSize = True
201         Me.Label4.Location = New System.Drawing.Point(
14, 18)
202         Me.Label4.Name =
"Label4"
203         Me.Label4.Size = New System.Drawing.Size(
50, 13)
204         Me.Label4.TabIndex =
33
205         Me.Label4.Text =
"Session :"
206         
'
207         
'cmbClass
208         
'
209         Me.cmbClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
210         Me.cmbClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
211         Me.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
212         Me.cmbClass.Enabled = False
213         Me.cmbClass.FormattingEnabled = True
214         Me.cmbClass.Location = New System.Drawing.Point(
155, 40)
215         Me.cmbClass.Name =
"cmbClass"
216         Me.cmbClass.Size = New System.Drawing.Size(
95, 21)
217         Me.cmbClass.TabIndex =
1
218         
'
219         
'cmbSession
220         
'
221         Me.cmbSession.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
222         Me.cmbSession.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
223         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
224         Me.cmbSession.FormattingEnabled = True
225         Me.cmbSession.Location = New System.Drawing.Point(
17, 40)
226         Me.cmbSession.Name =
"cmbSession"
227         Me.cmbSession.Size = New System.Drawing.Size(
124, 21)
228         Me.cmbSession.TabIndex =
0
229         
'
230         
'GroupBox1
231         
'
232         Me.GroupBox1.Controls.Add(Me.dtpDateTo)
233         Me.GroupBox1.Controls.Add(Me.dtpDateFrom)
234         Me.GroupBox1.Controls.Add(Me.Button2)
235         Me.GroupBox1.Controls.Add(Me.Label5)
236         Me.GroupBox1.Controls.Add(Me.Label6)
237         Me.GroupBox1.Location = New System.Drawing.Point(
3, 162)
238         Me.GroupBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
239         Me.GroupBox1.Name =
"GroupBox1"
240         Me.GroupBox1.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
241         Me.GroupBox1.Size = New System.Drawing.Size(
402, 79)
242         Me.GroupBox1.TabIndex =
39
243         Me.GroupBox1.TabStop = False
244         Me.GroupBox1.Text =
"By Payment Date"
245         
'
246         
'dtpDateTo
247         
'
248         Me.dtpDateTo.CustomFormat =
"dd/MMM/yyyy"
249         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
250         Me.dtpDateTo.Location = New System.Drawing.Point(
186, 42)
251         Me.dtpDateTo.Name =
"dtpDateTo"
252         Me.dtpDateTo.Size = New System.Drawing.Size(
126, 20)
253         Me.dtpDateTo.TabIndex =
36
254         
'
255         
'dtpDateFrom
256         
'
257         Me.dtpDateFrom.CustomFormat =
"dd/MMM/yyyy"
258         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
259         Me.dtpDateFrom.Location = New System.Drawing.Point(
36, 42)
260         Me.dtpDateFrom.Name =
"dtpDateFrom"
261         Me.dtpDateFrom.Size = New System.Drawing.Size(
126, 20)
262         Me.dtpDateFrom.TabIndex =
35
263         
'
264         
'Button2
265         
'
266         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
267         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
268         Me.Button2.Location = New System.Drawing.Point(
318, 40)
269         Me.Button2.Name =
"Button2"
270         Me.Button2.Size = New System.Drawing.Size(
69, 23)
271         Me.Button2.TabIndex =
3
272         Me.Button2.Text =
"&Search"
273         Me.Button2.UseVisualStyleBackColor = True
274         
'
275         
'Label5
276         
'
277         Me.Label5.AutoSize = True
278         Me.Label5.Location = New System.Drawing.Point(
183, 21)
279         Me.Label5.Name =
"Label5"
280         Me.Label5.Size = New System.Drawing.Size(
26, 13)
281         Me.Label5.TabIndex =
34
282         Me.Label5.Text =
"To :"
283         
'
284         
'Label6
285         
'
286         Me.Label6.AutoSize = True
287         Me.Label6.Location = New System.Drawing.Point(
33, 21)
288         Me.Label6.Name =
"Label6"
289         Me.Label6.Size = New System.Drawing.Size(
36, 13)
290         Me.Label6.TabIndex =
33
291         Me.Label6.Text =
"From :"
292         
'
293         
'Panel3
294         
'
295         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
296         Me.Panel3.Controls.Add(Me.Button3)
297         Me.Panel3.Controls.Add(Me.Button4)
298         Me.Panel3.Controls.Add(Me.btnReset)
299         Me.Panel3.Location = New System.Drawing.Point(
411, 167)
300         Me.Panel3.Name =
"Panel3"
301         Me.Panel3.Size = New System.Drawing.Size(
270, 74)
302         Me.Panel3.TabIndex =
41
303         
'
304         
'Button3
305         
'
306         Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
307         Me.Button3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
308         Me.Button3.Location = New System.Drawing.Point(
8, 23)
309         Me.Button3.Name =
"Button3"
310         Me.Button3.Size = New System.Drawing.Size(
80, 33)
311         Me.Button3.TabIndex =
43
312         Me.Button3.Text =
"&Export Excel"
313         Me.Button3.UseVisualStyleBackColor = True
314         
'
315         
'Button4
316         
'
317         Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
318         Me.Button4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
319         Me.Button4.Location = New System.Drawing.Point(
180, 23)
320         Me.Button4.Name =
"Button4"
321         Me.Button4.Size = New System.Drawing.Size(
79, 33)
322         Me.Button4.TabIndex =
2
323         Me.Button4.Text =
"&Close"
324         Me.Button4.UseVisualStyleBackColor = True
325         
'
326         
'btnReset
327         
'
328         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
329         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
330         Me.btnReset.Location = New System.Drawing.Point(
94, 23)
331         Me.btnReset.Name =
"btnReset"
332         Me.btnReset.Size = New System.Drawing.Size(
80, 33)
333         Me.btnReset.TabIndex =
0
334         Me.btnReset.Text =
"&Reset"
335         Me.btnReset.UseVisualStyleBackColor = True
336         
'
337         
'Panel1
338         
'
339         Me.Panel1.BackColor = System.Drawing.Color.White
340         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
341         Me.Panel1.Controls.Add(Me.lblSet)
342         Me.Panel1.Controls.Add(Me.GroupBox5)
343         Me.Panel1.Controls.Add(Me.Panel3)
344         Me.Panel1.Controls.Add(Me.GroupBox1)
345         Me.Panel1.Controls.Add(Me.GroupBox4)
346         Me.Panel1.Controls.Add(Me.GroupBox3)
347         Me.Panel1.Controls.Add(Me.dgw)
348         Me.Panel1.Controls.Add(Me.Panel2)
349         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
350         Me.Panel1.Name =
"Panel1"
351         Me.Panel1.Size = New System.Drawing.Size(
1021, 634)
352         Me.Panel1.TabIndex =
2
353         
'
354         
'lblSet
355         
'
356         Me.lblSet.AutoSize = True
357         Me.lblSet.Location = New System.Drawing.Point(
857, 113)
358         Me.lblSet.Name =
"lblSet"
359         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
360         Me.lblSet.TabIndex =
44
361         Me.lblSet.Text =
"Set"
362         Me.lblSet.Visible = False
363         
'
364         
'GroupBox5
365         
'
366         Me.GroupBox5.Controls.Add(Me.txtAdmissionNo)
367         Me.GroupBox5.Location = New System.Drawing.Point(
539, 76)
368         Me.GroupBox5.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
369         Me.GroupBox5.Name =
"GroupBox5"
370         Me.GroupBox5.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
371         Me.GroupBox5.Size = New System.Drawing.Size(
185, 79)
372         Me.GroupBox5.TabIndex =
43
373         Me.GroupBox5.TabStop = False
374         Me.GroupBox5.Text =
"By Admission No."
375         
'
376         
'txtAdmissionNo
377         
'
378         Me.txtAdmissionNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
379         Me.txtAdmissionNo.Location = New System.Drawing.Point(
27, 37)
380         Me.txtAdmissionNo.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
381         Me.txtAdmissionNo.Name =
"txtAdmissionNo"
382         Me.txtAdmissionNo.Size = New System.Drawing.Size(
138, 21)
383         Me.txtAdmissionNo.TabIndex =
0
384         
'
385         
'frmCourseFeePaymentRecord
386         
'
387         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
388         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
389         Me.BackColor = System.Drawing.Color.DarkSlateGray
390         Me.ClientSize = New System.Drawing.Size(
1043, 661)
391         Me.Controls.Add(Me.Panel1)
392         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
393         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
394         Me.MaximizeBox = False
395         Me.MinimizeBox = False
396         Me.Name =
"frmCourseFeePaymentRecord"
397         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
398         Me.Panel2.ResumeLayout(False)
399         Me.Panel2.PerformLayout()
400         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
401         Me.GroupBox3.ResumeLayout(False)
402         Me.GroupBox3.PerformLayout()
403         Me.GroupBox4.ResumeLayout(False)
404         Me.GroupBox4.PerformLayout()
405         Me.GroupBox1.ResumeLayout(False)
406         Me.GroupBox1.PerformLayout()
407         Me.Panel3.ResumeLayout(False)
408         Me.Panel1.ResumeLayout(False)
409         Me.Panel1.PerformLayout()
410         Me.GroupBox5.ResumeLayout(False)
411         Me.GroupBox5.PerformLayout()
412         Me.ResumeLayout(False)
413
414     End Sub
415     Friend WithEvents Panel2 As System.Windows.Forms.Panel
416     Friend WithEvents Label1 As System.Windows.Forms.Label
417     Friend WithEvents dgw As System.Windows.Forms.DataGridView
418     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
419     Friend WithEvents txtStudentName As System.Windows.Forms.TextBox
420     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
421     Private WithEvents Button1 As System.Windows.Forms.Button
422     Friend WithEvents Label2 As System.Windows.Forms.Label
423     Friend WithEvents Label4 As System.Windows.Forms.Label
424     Friend WithEvents cmbClass As System.Windows.Forms.ComboBox
425     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
426     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
427     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
428     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
429     Private WithEvents Button2 As System.Windows.Forms.Button
430     Friend WithEvents Label5 As System.Windows.Forms.Label
431     Friend WithEvents Label6 As System.Windows.Forms.Label
432     Friend WithEvents Panel3 As System.Windows.Forms.Panel
433     Private WithEvents Button4 As System.Windows.Forms.Button
434     Private WithEvents btnReset As System.Windows.Forms.Button
435     Friend WithEvents Panel1 As System.Windows.Forms.Panel
436     Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
437     Friend WithEvents txtAdmissionNo As System.Windows.Forms.TextBox
438     Friend WithEvents lblSet As System.Windows.Forms.Label
439     Private WithEvents Button3 As System.Windows.Forms.Button
440
441 End Class


Gõ tìm kiếm nhanh...